New-mailboxrepairequest gives error "Queue online isinteg request failed." only in EXCHANGE 2013
Hi,
When I run the following command to detect Recovery database for errors,
New-MailboxRepairRequest -database RDB_ec478299-a0d2-4906-b85a-099f81896128 -CorruptionType FolderView,ProvisionedFolder,SearchFolder,AggregateCounts -DetectOnly
I get the following exception :
10080070 :10080067 :Error calling Cmdlet.Unable to submit online integrity check request for database RDB_1c5050c6-8ed6-4730-a951-c7f459d644e7. Failure:An unexpected error occurred while trying to submit the request. Detailed error information follows
Microsoft.Mapi.MapiExceptionInvalidParameter: MapiExceptionInvalidParameter: Queue online isinteg request failed. (hr=0x80070057, ec=-2147024809)
Diagnostic context:
Lid: 65256
Lid: 1494 ---- Remote Context Beg ----
Lid: 57960 StoreEc: 0x80070057
Lid: 63101 StoreEc: 0x80070057
Lid: 1750 ---- Remote Context End ----
Lid: 61463
Lid: 36887 StoreEc: 0x80070057
Lid: 60439
Lid: 35863 StoreEc: 0x80070057
at Microsoft.Mapi.MapiExceptionHelper.InternalThrowIfErrorOrWarning(String message, Int32 hresult, Boolean allowWarnings, Int32 ec, DiagnosticContext diagCtx, Exception innerException)
at Microsoft.Mapi.MapiExceptionHelper.ThrowIfError(String message, Int32 hresult, IExInterface iUnknown, Exception innerException)
at Microsoft.Mapi.ExRpcAdmin.ISIntegCheck(Guid guidMdb, Guid guidMailbox, UInt32 flags, Int32 dbtasks, UInt32[] dbtaskids, String& requestId)
at Microsoft.Exchange.Management.Tasks.OnlineIntegrityCheckTaskBase.StoreOnlineIntegrityCheck(Guid mdbGuid, Guid mailboxGuid, OnlineIntegrityCheckFlags flags, OnlineIntegrityCheckTaskId[] taskIds)
at Microsoft.Exchange.Management.Tasks.OnlineIntegrityCheckTaskBase.InternalProcessRecord().
If I give each corruption type parameter individually and fire the four cmdlets one at a time, they work.
We defragmented the edb using eseutil and then tried but we didn't succeed.
This cmdlet ran successully on Exchange 2010 SP1 server
Can anybody please suggest.
Thanks,
Gagan
Gagan
March 12th, 2013 6:39am
Hi
Does the database having mailboxes which migrated from Exchange 2010 or Exchange 2007
If yes, you can try this workaround
1. Export PST of the Mailbox
2. Disable Mailbox
3. Give a new Mailbox to the Same AD account
4. Make sure we have the option to assign policy from OWA
5. Import PST
Cheers
If you have any feedback on our support, please click
here
Zi Feng
TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
March 12th, 2013 10:40pm
Hi
Any update on this thread ?
Cheers
If you have any feedback on our support, please clickhereZi Feng
TechNet Community Support
March 19th, 2013 10:56pm
Hi,
There are no mailboxes that have been migrated from Exchange 2010 or 2007.
The database contains only Exchange 2013 mailboxes.
Thanks,
GaganGagan
Free Windows Admin Tool Kit Click here and download it now
March 20th, 2013 12:48am
I just ran into this while attempting to resolve 10030 events (Microsoft Exchange Information Store removed following properties... blah blah) on my server (Win 2012/Exch 2013, CU1). This happens to all mailboxes including ones from
PST imports, mailboxes that have been in the system since it came up (pre-CU1), and mailboxes that were created after CU1. It occurs in all databases including archive. I found the same to be true about running the commands individually but
the command failing when running more than one. Example, SearchFolder and ProvisionedFolder run seperately but not together. I could not find a combination of any of the five that works together. After speaking
with MS support they've escalated it and will get back to me tomorrow. I'll update when I hear back.
April 29th, 2013 5:58pm